.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.footer .container {
  background: #007DC0;
}
.footer p {
  color: #fff;
}
.footer p a {
  color: #fff;
}
.footer .top {
  border-bottom: 1px solid #3399ce;
}
.footer .top .info .left .share .bds_tsina,
.footer .top .info .left .share .bds_weixin {
  background: #a40010;
}
.footer .top .info .right dl dd a {
  color: #ffff;
}


.banner {
  margin: 0 auto;
  height: 720px;
  position: relative;
  overflow: hidden;
}
.banner .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
}
.banner .content .infos {
  width: 550px;
  position: absolute;
  top: 180px;
  left: 200px;
  overflow: hidden;
}
.banner .content .infos h3 {
  padding-bottom: 20px;
  font-size: 64px;
  color: #c81627;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
.banner .content .infos .info {
  font-size: 24px;
  color: #333;
  line-height: 34px;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
.banner .content .infos .info span {
  font-size: 18px;
  display: block;
  color: #666666;
}
.banner .content .infos .info .more {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #c81627;
  font-size: 18px;
  color: #fff;
  display: block;
  margin-top: 50px;
}
.banner .in .infos h3,
.banner .in .infos .info {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.banner .banner-nav {
  height: 10px;
  line-height: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.child01{
  width: 10px;
  height: 10px;
  background: #abafb6;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  margin: 0 4px;
}
.banner .banner-nav .on {
  background: #007DC0;
}

.about .container {
  padding: 90px 0;
  overflow: hidden;
  color: #fff;
  background: #007DC0;
}
.about .info {
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.about .info h5 {
  font-size: 30px;
  padding-bottom: 30px;
  font-weight: bold;
}
.about .info p {
  font-size: 16px;
  line-height: 30px;
}

.packing .container {
  padding: 80px 0;
  overflow: hidden;
  text-align: center;
}
.packing .container p {
  font-size: 16px;
  padding-bottom: 20px;
}
.packing .container h5 {
  font-size: 52px;
}
.packing .container ul {
  padding-top: 100px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.packing .container ul li {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 33%;
  text-align: center;
}

.packing .container ul li .imgs {
  width: 100%;
  line-height: 260px;
}
.packing .container ul li .info h6 {
  font-size: 16px;
  padding-bottom: 16px;
}
.packing .container ul li .info p {
  font-size: 14px;
  color: #808792;
}
.packing .container ul li .info .more {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 100px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #da251e;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
}
.packing .container ul li:hover .info .more {
  background: #007DC0;
}
.product .banner01 {
  width: 100%;
  max-width: 1600px;
  height:320px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.product .banner01 .content01 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.product .banner01 .content01 .info {
  width: 50%;
  float: left;
  height: 100%;
  background: no-repeat 84% center;
}
.product .banner01 .content01 .info .txt {
	float: left;
  overflow: hidden;
}

.product .banner01 .content01 .info .p_pic {
	float: right;
	width:60%;
}
.product .banner01 .content01 .info h6 {
  font-size: 30px;
  color: #2e3540;
  padding-bottom: 30px;
  font-weight: bold;
}
.product .banner01 .content01 .info p {
  font-size: 18px;
  color: #666666;
}
.product .banner01 .content01 .info .more {
  width: 140px;
  height: 44px;
  background: #da251e;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: block;
  margin-top: 40px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
}
.product .banner01 .content01 .info .more:hover {
  background: #007DC0;
}
.product .banner01 .banner-nav {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.product .banner01 .banner-nav .child01 {
  width: 30px;
  height: 7px;
  background: #8f9daa;
  margin-right: 4px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  cursor: pointer;
}
.product .banner01 .banner-nav .on {
  background: #007DC0;
}
.video .video-js {
  width: 100%!important;
  height: 420px!important;
  background-size: cover;
  -webkit-background-size: cover;
}
.video .video-js .vjs-big-play-button {
  width: 66px;
  height: 66px;
  line-height: 66px;
  border:0 none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background:url(../images/btn.png) no-repeat center center;
}

.arrange{
    background: url(../images/13.jpg) no-repeat scroll left center;
    background-size: cover;
}
.arrange .container {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.arrange .container h5 {
  text-align: center;
  font-size: 32px;
  color: #2e3540;
}
.arrange .container ul {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  padding: 30px 0px;
}
.arrange .container ul li {
  width: 50%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-bottom: 20px;
  height: 200px;
  overflow: hidden;
}
.arrange .container ul li .imgs {
  width: 50%;
  max-width: 360px;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
}
.arrange .container ul li .imgs img {
  max-width: 100%;
  max-height: 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
}
.arrange .container ul li .imgs .arrow {
  border-width: 10px;
  border-style: dashed solid dashed dashed;
  border-color: transparent  #fff transparent transparent;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  z-index: 3;
}
.arrange .container ul li .infos {
  overflow: hidden;
  width: 46%;
  padding-left: 4%;
  float: left;
  text-align: left;
  padding-top: 20px;
}
.arrange .container ul li .infos h6 {
  font-size: 20px;
  line-height: 30px;
  color: #2e3540;
  padding-bottom: 20px;
}
.arrange .container ul li .infos p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.arrange .container ul li .infos .more {
  display: block;
  width: 140px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #da251e;
  color: #fff;
  font-size: 14px;
  margin-top: 50px;
}
.arrange .container ul li:hover .imgs img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.arrange .container ul li:hover .infos h6 {
  color: #007DC0;
}
.arrange .container ul li:hover .infos .more {
  background: #007DC0;
}
.new .container {
  padding: 80px 0;
  background: #fff;
  overflow: hidden;
}
.new .container h5 {
  text-align: center;
  font-size: 32px;
  color: #2e3540;
}
.new .container ul {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 40px;
}
.new .container ul li {
  width: 33%;
  max-width: 390px;
  margin-right: 120px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  color: #2e3540;
  text-align: left;
}
.new .container ul li span {
  display: block;
  font-size: 20px;
  padding-bottom: 10px;
}
.new .container ul li span em {
  font-weight: bold;
}
.new .container ul li h6 {
  font-size: 22px;
  padding-bottom: 16px;
}
.new .container ul li p {
  font-size: 14px;
  line-height: 22px;
  color: #444444;
}
.new .container ul li .more {
  width: 44px;
  height: 44px;
  text-align: center;
  display: block;
  line-height: 44px;
  
  background: #2e3540;
  margin-top: 30px;
}
.new .container ul li:hover h6 {
  color: #007DC0;
}
.new .container ul li:hover .more {
  background: #007DC0;
}
.new .container ul .nor {
  margin-right: 0;
}
@media (max-width: 639px) {
  .banner {
    height: 200px;
  }
  .banner .content .infos {
    top: 20px;
    left: 20px;
  }
  .banner .content .infos h3 {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .banner .content .infos .info {
    font-size: 12px !important;
    line-height: 22px;
  }
  .banner .content .infos .info span {
    font-size: 12px!important;
  }
  .about .info{width: 96%;}
  .banner .content .infos .info .more {
    width: 100px;
    font-size: 14px;
    margin-top: 30px;
  }
  .banner .content {
    background: #ffffff no-repeat;
    background-position: center center;
    background-size: auto 190px;
    -webkit-background-size: auto 190px;
  }
  .product .banner01 .banner-nav{height:10px;}
  .about .container,
  .packing .container,
  .arrange .container,
  .new .container {
    padding: 20px 0;
  }
  .about .info h5 {
    padding-bottom: 2px;
    font-size: 24px;
  }
  .about .info p {
    font-size: 12px;
    line-height: 22px;
  }
  .packing .container p {
    padding-bottom: 12px;
    line-height: 22px;
  }
  .packing .container ul li .imgs{height:140px;line-height: 140px;}
  .packing .container ul li .info{padding-top: 120px;}
  .packing .container ul li .info h6{padding-bottom: 4px;}
  .packing .container ul li .info p{font-size: 12px;}

  .packing .container h5 {
    font-size: 30px;
  }
  .packing .container ul {
    padding-top: 0;
  }
  .packing .container ul li {
    width: 90%;
    margin-bottom: 24px;
  }
  .product .banner01 {
    height: 480px;
  }
  .product .banner01 .content01 .info {
    width: 100%;
    height: 50%;
    background-size: 140px auto;
    -webkit-background-size: 140px auto;
    background-position: 80% center;
  }
  .product .banner01 .content01 .info .txt {
    margin-top: 60px;
    margin-left:8%;
  }
  .product .banner01 .content01 .info h6 {
    font-size: 26px;
    padding-bottom: 18px;
  }
  .product .banner01 .content01 .info p {
    font-size: 14px;
  }
  .product .banner01 .content01 .info .more {
    width: 90px;
    margin-top: 20px;
    font-size: 14px;
  }
  .video .video-js{background: none;height:190px!important;}
  #example_video_1_html5_api {
    height: 190px !important;
    background:no-repeat center center;
    background-size: 100% 280px;
    -webkit-background-size: 100% 280px;
  }
  .video .video-js .vjs-big-play-button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-size:100% auto;
    -webkit-background-size:100% auto;
    -moz-background-size:100% auto;
    -ms-background-size:100% auto;
    -o-background-size:100% auto;
    z-index:9;
  }
  .arrange .container h5,
  .new .container h5 {
    font-size: 26px;
  }
  .arrange .container ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .arrange .container ul li .imgs {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .arrange .container ul li .imgs .arrow {
    display: none;
  }
  .arrange .container ul li .infos {
    width: 96%;
    padding-left: 0;
    float: none;
    margin: 0 auto;
    max-width: 360px;
  }
  .arrange .container ul li .infos h6 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .arrange .container ul li .infos .more {
    margin-top: 20px;
    width: 100px;height: 32px;line-height: 32px;font-size: 12px;
  }
  .new .container ul {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .new .container ul li {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .new .container ul li h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
  }
  .new .container ul li span {
    font-size: 16px;
  }
  .vjs-poster{-webkit-background-size: cover;
  background-size: cover;}
  .vjs-poster {
    background-size: cover!important;
    -webkit-background-size: cover!important;
  }
  .arrange .container ul{padding-top: 20px;width: 100%;}
  .new .container ul li .more{width: 30px;height: 30px;line-height: 30px;margin-top: 10px;}
}
@media (min-width: 640px) and (max-width: 1023px) {
  .banner {
    height: 400px;
  }
  .banner .content .infos {
    top: 40px;
    left: 80px;
  }
  .banner .content .infos h3 {
    font-size: 50px;
  }
  .banner .content .infos .info {
    font-size: 20px;
  }
  .banner .content .infos .info span {
    font-size: 16px;
  }
  .banner .content .infos .info .more {
    width: 130px;
    font-size: 14px;
  }
  .about .container,
  .packing .container {
    padding: 60px 0;
  }
  .about .info h5 {
    padding-bottom: 20px;
  }
  .about .info p {
    font-size: 14px;
    line-height: 22px;
  }
  .packing .container ul {
    padding-top: 40px;
  }
  .packing .container h5 {
    font-size: 40px;
  }
  .packing .container p {
    padding-bottom: 12px;
  }
  .packing .container ul li {
    width: 30%;
    margin-right: 2%;
  }
  .packing .container ul li .info h6 {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product .banner01 {
    width: 93.75%;
  }
  .packing .container ul li .info p {
    font-size: 12px;
    line-height: 18px;
  }
  .product .banner01 .content01 .info {
    width: 100%;
    height: 50%;
    background-size: 180px auto;
    background-position: 84% center;
  }
  .product .banner01 .content01 .info .txt {
    margin: 100px auto 0;
  }

  .video .video-js {
    height: 340px!important;
  }
  .arrange .container ul li {
    width: 100%;
    max-width: 720px;
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
  }
  .arrange .container ul li .infos {
    padding-top: 0;
  }
  .arrange .container ul li .infos h6 {
    padding-bottom: 10px;
    line-height: 24px;
  }
  .arrange .container ul li .infos .more {
    margin-top: 18px;
  }
  .new .container ul {
    width: 100%;
    padding-bottom: 0;
    padding-top: 50px;
  }
  .new .container ul li {
    width: 29%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .new .container ul li h6 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .new .container,
  .arrange .container {
    padding: 60px 0;
  }
  .arrange .container ul {
    padding-top: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .banner {
    height: 660px;
  }
  .new .container ul li {
    width: 31%;
    margin-right: 20px;
  }
  .vjs-poster {
    background-size: cover;
    -webkit-background-size: cover;
  }
  .banner .content .infos {
    left: 100px;
  }
  .product .banner01 {
    width: 93.75%;
    height: 660px;
  }
  .product .banner01 .content01 .info h6 {
    font-size: 40px;
  }
  .arrange .container ul li .infos {
    padding-top: 0;
    width: 56%;
  }
  .arrange .container ul li .infos h6 {
    line-height: 22px;
    font-size: 18px;
    padding-bottom: 10px;
  }
  .arrange .container ul li .infos .more {
    margin-top: 30px;
    width: 100px;
  }
  .new .container ul li span {
    font-size: 18px;
  }
  .new .container ul li h6 {
    font-size: 18px;
  }
  .arrange .container ul li .imgs {
    width: 40%;
  }
  .arrange .container ul li .imgs .arrow {
    margin-top: -10px;
  }
}
@media (min-width: 1441px) and (max-width: 1720px) {
  .new .container ul li {
    margin-right: 20px;
  }
}
